I am Edward, Automation QA Engineer, in LINE TAIWAN, responsible for LINE TODAY automation development.
You probably know MVC. How about MCT? Model–view–controller is commonly used for developing software that divides an application into three interconnected parts. This is done to separate internal representations of information from the ways information is presented to and accepted from the user. The MVC design pattern decouples these major components allowing for efficient code reuse and parallel development. In order to take advantage of the benefits MVC provides, you need to implem